|
Support Engineering Group : JViews Diagrammer Installation
This page last changed on Jan 10, 2011 by rich.
This page describes how to install the JViews Diagrammer Version 8.7 toolkit on your development machine when you are ready to start developing a product using JViews. All of the necessary files are stored on the Alfresco server and are located here. From this location, download the executable to install the framework from Alfresco: Once downloaded, run the installation program which will install the software to some location (we will call it ILOG_HOME for now). Once the installation is complete, you might want to create a bookmark to the documentation in your browser: ILOG_HOME/jviews-diagrammer87/doc/html/en-US/documentation.html This is a good place to jump in. In order to use the toolkit, somewhere in the initialization of your Java program, you need to include the code: see also, this link: technote // IlvProductUtil.registerApplication("any application"); //pos. works in 8.6, deprecated in 8.7 r.schramm
// try instead to support 8.7 deployment licence model
import ilog.views.util.IlvProductUtil;
import ilog.views.util.IlvResourceUtil;
// and in your main class initialization:
static {
IlvProductUtil.DeploymentLicenseRequired(
IlvProductUtil.IBM_ILOG_JViews_Diagrammer_Deployment);
}
For Support
Other links and information:
|
| Document generated by Confluence on Feb 03, 2026 16:22 |